//7.1 - The Fire Functions - Dirk Henkemans - Prima Publishing #include using namespace std; //stores all the combat functions, classes and variables namespace combat { void fire() { cout<< "Whoosh, you unleash a bolt from your crossbow." << endl; } } //stores all the combat functions, classes and variables namespace exploration { void fire() { cout<< "You set your torch ablaze." <